/*
******************************
********** author:@zhou小白猪
********** css:head.css
********** 说明:头部样式
******************************
*/

.head_box{
	width: 100%;
	height: 220px;
	float: left;
	background: url(bg_head.png) no-repeat center;
}
.head_main{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.head_search{
	position: absolute;
	top: 30px;
	right: 0;
}
.search_box{
	float: left;
}
.search_box input{
	width: 190px;
	height: 35px;
	float: left;
	border:1px solid #d7d7d7;
	background: #fff;
	border-right: 0;
	padding: 0 8px;
}
.search_box a.search_a{
	width: auto;
	height: 35px;
	line-height: 35px;
	float: left;
	background: #c40000;
	color:#fff;
	padding: 0 10px;
}
.search_box a.search_a img{
	width: 15px;
	margin-right: 5px;
	vertical-align: sub;
}
.search_img{
	float: left;
	margin-left: 10px;
}
.nav_box{
	width: 100%;
	height: 60px;
	float: left;
	background: #c40000;
}
.nav_main{
	width: 100%;
	height: 100%;
	float: left;
}
a.nav_a{
	width: 12.5%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	float: left;
	color:#fff;
	font-size: 17px;
}
a.nav_a:hover{
	text-decoration: none;
	background: #b00000;
}
a.nav_a img{
	vertical-align: sub;
	margin-right: 8px;
}


.qrcode{
	position: absolute;
    right: 0;
    top: 110px;
    bottom: 0;
    margin: auto;
}
.qrcode img{
	width: 120px;
    height: 120px;
}